Encodes a single or multiple 16-bit signed integers using Fast Infoset's binary encoding and writes the result at the current position in the element content.
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter Dim value() As Short instance.WriteValue(value) | |
| C++/CLI | |
|---|---|
public: new void WriteValue( array<short>^ value ) | |
Parameters
- value
- The array containing a single or multiple 16-bit signed integers.